Skip to content

ltp: support network tests configurations#95

Open
acerv wants to merge 1 commit intolinux-test-project:masterfrom
acerv:network_support
Open

ltp: support network tests configurations#95
acerv wants to merge 1 commit intolinux-test-project:masterfrom
acerv:network_support

Conversation

@acerv
Copy link
Collaborator

@acerv acerv commented Mar 18, 2026

Complete the supported environment variables which are currently supported by the network tests.

Signed-off-by: Andrea Cervesato andrea.cervesato@suse.com
Fixes: #94

Complete the supported environment variables which are currently
supported by the network tests.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Fixes: linux-test-project#94
@acerv acerv self-assigned this Mar 18, 2026
@acerv acerv added the bug Something isn't working label Mar 18, 2026
if key != "PATH"
}
# One representative per prefix is enough to verify prefix-based forwarding.
net_vars["TST_USE_NETNS"] = "yes"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI This is not needed, it's a default.

}
# One representative per prefix is enough to verify prefix-based forwarding.
net_vars["TST_USE_NETNS"] = "yes"
net_vars["LTP_RSH"] = "ssh -nq"
Copy link
Member

@pevik pevik Mar 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also the default. Having the definition on 2 places only ask for problems if tst_net.sh changes it, it will be overwritten in kirk.
Instead of definition of these two which is not needed it'd be great to evaluate what user sets and support 2 host setup (if user defines it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kirk-even after setup the enviournment variable, net.nfs -tests getting broken

2 participants